home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="ISO-8859-1"?>
-
- <screensaver name="moebiusgears" _label="MoebiusGears">
-
- <command arg="-root"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="30000"
- convert="invert"/>
-
- <number id="speed" type="slider" arg="-speed %"
- _label="Speed" _low-label="Slow" _high-label="Fast"
- low="0.01" high="5.0" default="1.0"/>
-
- <hgroup>
- <number id="count" type="spinbutton" arg="-count %"
- _label="Number of gears" low="13" high="99" default="17"/>
-
- <number id="teeth" type="spinbutton" arg="-teeth %"
- _label="Number of teeth" low="7" high="49" default="15"/>
- </hgroup>
-
- <hgroup>
- <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
- <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
- <boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
- <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
- </hgroup>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <_description>
- Draws a closed, interlinked chain of rotating gears. The layout of
- the gears follows the path of a moebius strip. See also the "Pinion"
- and "Gears" screen savers.
-
- http://en.wikipedia.org/wiki/Involute_gear
- http://en.wikipedia.org/wiki/Moebius_strip
-
- Written by Jamie Zawinski; 2007.
- </_description>
- </screensaver>
-